home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / SourceCode / OOP_Course / Examples / DrawTests / Composite / English.lproj / Composite.nib / data.classes next >
Text File  |  1992-12-19  |  266b  |  20 lines

  1. MouseView = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = View;
  5. };
  6. FirstResponder = {
  7.     ACTIONS = {
  8.     };
  9.     SUPERCLASS = Object;
  10. };
  11. CompView = {
  12.     ACTIONS = {
  13.     compositeType:;
  14.     takeBackgroundGrayFrom:;
  15.     };
  16.     OUTLETS = {
  17.     };
  18.     SUPERCLASS = MouseView;
  19. };
  20.